projects
/
webkit2gtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1534651
)
Fix build failure due to missing semicolon
author
Alberto Garcia
<berto@igalia.com>
Sat, 5 Apr 2025 11:20:18 +0000
(13:20 +0200)
committer
Alberto Garcia
<berto@igalia.com>
Sat, 5 Apr 2025 11:20:18 +0000
(13:20 +0200)
===================================================================
Gbp-Pq: Name fix-typo-denormaldisabler.patch
Source/WebCore/platform/audio/DenormalDisabler.cpp
patch
|
blob
|
history
diff --git
a/Source/WebCore/platform/audio/DenormalDisabler.cpp
b/Source/WebCore/platform/audio/DenormalDisabler.cpp
index 35715e663ce7e22da6eb58d310e83ca04f80c442..44ba08a33d5d9560f55a7310784a1f9ce28bc6af 100644
(file)
--- a/
Source/WebCore/platform/audio/DenormalDisabler.cpp
+++ b/
Source/WebCore/platform/audio/DenormalDisabler.cpp
@@
-91,7
+91,7
@@
DenormalDisabler::~DenormalDisabler()
}
}
#else
-DenormalDisabler::DenormalDisabler() = default
+DenormalDisabler::DenormalDisabler() = default
;
DenormalDisabler::~DenormalDisabler() = default;
#endif